IdArray<T> Constructor

Initializes a new instance of the IdArray<T> class.
public IdArray( 
int size = 1000 
)
This language is not supported or no code example is available.
public:  
IdArray( 
int size 
)
This language is not supported or no code example is available.
public function IdArray( 
size : int 
);
This language is not supported or no code example is available.

Parameters

size
int

The size.

In this article

Definition